Component org.nuxeo.ecm.collections.api.CollectionManager
In bundle org.nuxeo.ecm.platform.collections.core
Documentation
Collection generic service.
@since 5.9.3
Implementation
Class:
org.nuxeo.ecm.collections.core.CollectionManagerImpl
Services
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.collections.api.CollectionManager">
<documentation>
Collection generic service.
@author Guillaume Renard (grenard@nuxeo.com)
@since 5.9.3
</documentation>
<implementation class="org.nuxeo.ecm.collections.core.CollectionManagerImpl"/>
<service>
<provide interface="org.nuxeo.ecm.collections.api.CollectionManager"/>
</service>
</component>